-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enum lowering and option to take snapshots. #575
Conversation
Cpp-Linter Report
|
Adds pass that lowers enum.
Adds
-vast-snapshot-at=pass1; ... ;passN
tovast-front
that will store MLIR module after given pass. I plan to use this to streamline test definition and eliminate redundant pipeline redefinitions.